text/template/parse.lexer.next (method)
15 uses
text/template/parse (current package)
lex.go#L137: func (l *lexer) next() rune {
lex.go#L152: r := l.next()
lex.go#L200: if strings.ContainsRune(valid, l.next()) {
lex.go#L209: for strings.ContainsRune(valid, l.next()) {
lex.go#L400: switch r := l.next(); {
lex.go#L409: if l.next() != '=' {
lex.go#L465: l.next()
lex.go#L482: switch r := l.next(); {
lex.go#L535: r = l.next()
lex.go#L568: switch l.next() {
lex.go#L570: if r := l.next(); r != eof && r != '\n' {
lex.go#L632: l.next()
lex.go#L642: switch l.next() {
lex.go#L644: if r := l.next(); r != eof && r != '\n' {
lex.go#L661: switch l.next() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)